home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set spriteNum to the clickOn
- set MNum to the memberNum of sprite spriteNum
- set mLine to the mouseLine
- if mLine = 1 then
- go("banco1")
- end if
- if mLine = 2 then
- go("banco15")
- end if
- if mLine = 3 then
- go("banco15")
- end if
- if mLine = 4 then
- go("banco4")
- end if
- if mLine = 5 then
- go("banco14")
- end if
- if mLine = 6 then
- go("banco16")
- end if
- if mLine = 7 then
- go("banco5")
- end if
- if mLine = 8 then
- go("banco11")
- end if
- set the foreColor of field MNum to 255
- set the foreColor of line mLine of field MNum to 3
- hilite line mLine of field MNum
- end
-
- on mouseLeave
- set the foreColor of field "banco 3" to getColor("black")
- go("menu")
- end
-